# HTML selector
HMTL selector can extract HTML and text within the selected element. Only the
inner HTML of the element will be extracted.

## Configuration options
 * selector - [CSS selector] [css-selector] for the element whose inner HTML
 will be extracted.
 * multiple - multiple records are being extracted.

## Use cases
See [Text selector] [text-selector] use cases.

 [text-selector]: Text%20selector.md
 [css-selector]: ../CSS%20selector.md